home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / graphics / display / showjpeg / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1997-11-20  |  1.0 KB  |  52 lines

  1. .name
  2. ShowJPEG
  3. .aminet-dir
  4. gfx/board
  5. .type
  6. Picture Viewer
  7. .short
  8. A JPEG picture viewer for Picasso board.
  9. .description
  10. A JPEG picture viewer for the Picasso board.  Features include: As
  11. compatible to the jpeg-standard as software can be, Supports
  12. greyscaled pictures, Various speed/quality tradeoff settings, Fast,
  13. CLI or WB start, Can be aborted anytime (with Ctrl-C or Escape),
  14. Filerequester, Pattern matching, Nocrop option, and Backdrop-screen.
  15. .version
  16. 1.6
  17. .date
  18. 1995.04.26
  19. .author
  20. Roman Hiestand
  21. .distribution
  22. Copyrighted but Freely Redistributable
  23. .address
  24. Roman Hiestand
  25. Luziaweg 15
  26. CH-8807 Freienbach
  27. Switzerland
  28. .email
  29. rhiestan@iiic.ethz.ch
  30. .fax
  31. CH-055/48 26 37
  32. .docs
  33. ShowJPEG.doc
  34. .described-by
  35. Fred Fish (fnf@amigalib.com)
  36. .submittal
  37. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  38. .execute
  39. set orgdir `cd`
  40. set choice `RequestChoice "ShowJPEG" "Please select an option" "View Doc" "Run Program" "Cancel"`
  41. if $choice EQ "0"
  42.   quit 5
  43. endif
  44.  
  45. if $choice EQ "1"
  46.   MetaTool ShowJPEG.doc TEXT
  47. endif
  48.  
  49. if $choice EQ "2"
  50.   ShowJPEG
  51. endif
  52.